home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 018a / zip2zi31.zip / ZIP2-OK2.BAT < prev    next >
DOS Batch File  |  1993-05-31  |  624b  |  19 lines

  1. @Echo off
  2. Rem ZIP2-OK2.BAT Run after Satisfactory execution/check out of ZIP2ZIP.BAT
  3. Rem To Clear Evariables and Work Files in THIS subdirectory for next runs.
  4.     Echo Decided IS Safe For ZIP2ZIP.BAT, Clearing Environment and Files
  5.  
  6.     Set FSIZE=
  7.     Set ZDATE=
  8.     Set ZTIME=
  9.     Set CNZL=
  10.     Set EVCHK40=
  11.     Set EVCHK30=
  12.     Set SAFETY=
  13.     Set DONE_B=
  14.     Set DONE_C=
  15.     For %%f IN (Temp_$$$.BAT ZIP2-FSZ. ZIP2-FSZ.$$$ EV0.FLG) DO IF Exist %%f Del %%f >Nul
  16.     For %%f IN (#2DO_B. #DONE_B. #AT_B.) DO IF Exist %%f Del %%f >Nul
  17.     For %%f IN (#2DO_C. #DONE_C. #AT_C.) DO IF Exist %%f Del %%f >Nul
  18.  
  19.